[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MACOMP( cExpr )
 ----------------------------------------------------------------------------

Purpose: Compile a string into a block for later evaluation with
         EVAL().

Parameters: cExpr - 'C' Character string.

Example: LOCAL bBlock
         MEMVAR->cExpr := "MyFunc()"
         bBlock := MACOMP( cExpr )
         EVAL( bBlock )



This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson